home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / boot / YourFaultSrc.lha / Src / gst.c < prev    next >
C/C++ Source or Header  |  1995-06-10  |  414b  |  23 lines

  1. // ANSI headers
  2. #include <string.h>
  3. #include <ctype.h>
  4. #include <stdlib.h>
  5.  
  6. // Amiga headers
  7. #include <exec/types.h>
  8. #include <exec/memory.h>
  9. #include <intuition/intuition.h>
  10. #include <dos/dos.h>
  11. #include <workbench/startup.h>
  12.  
  13. // Protos
  14. #include <proto/exec.h>
  15. #include <proto/intuition.h>
  16. #include <proto/dos.h>
  17. #include <proto/commodities.h>
  18. #include <proto/icon.h>
  19.  
  20. // Amiga.lib
  21. #include <clib/alib_protos.h>
  22.  
  23.